home *** CD-ROM | disk | FTP | other *** search
/ Internet Info 1994 March / Internet Info CD-ROM (Walnut Creek) (March 1994).iso / networking / applic / NCSA_Telnet / contributions / TEKTEST.README < prev    next >
Encoding:
Text File  |  1990-11-15  |  1017 b   |  24 lines

  1.  
  2. The file TEKTEST.FOR.BL is the main program to test the TEK GIN mode
  3.  
  4. This program draws some graph and let the terminal enter the GIN mode.
  5. When a key is pressed(with or without CR) the program prints the 5 bytes
  6. that it received(decimal), prints the character pressed and prints the 
  7. decoded scaled and unscaled screen position of the pointer ( On a tek4010 
  8. or tek4014 these values are supposed to be the same I think)
  9.  
  10. Then the program wait for another keypressed (from GIN mode) and starts
  11. allover again. Pressing  a 'q' or 'Q'  forces the program to stop
  12.  
  13. The file TEKTEST.EXE is the VAX/VMS executable of TEKTEST.FOR.BL
  14.  
  15. The file SUBTEK.FOR.BL contains a subset of the fortran tek plot library.
  16. (all the routines needed to link tektest.for.bl) In this file there are 
  17. two VAX dependent routines: SEND and ATTACH
  18.  
  19. SEND is a routine to send one byte at a time to an output stream
  20. ATTACH is needed to link the keybord to a input stream
  21.  
  22. SEND is called from the routine ADEOUT
  23. ATTACH is called from routine INITT
  24.